'Declaration Public Overloads Function Insert( _ ByVal cellsText() As System.String, _ ByVal index As System.Integer _ ) As OMathMatrixColumn
public OMathMatrixColumn Insert( System.string[] cellsText, System.int index )
Parameters
- cellsText
- The column cells text array.
- index
- The zero-based index at which column should be inserted.
Return Value
The inserted OMathMatrixColumn.